home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 12: Textmags & Docs / nf_archive_12.iso / MAGS / SOURCES / ATARI_SRC.ZIP / atari source / FALCON / CPX / GENERAL.TC / KEYBELL.H < prev    next >
Encoding:
Text File  |  2001-02-10  |  669 b   |  28 lines

  1. /* KEYBELL.H
  2.  *==========================================================================
  3.  * Prototypes and external variables from KEYBELL.C
  4.  */
  5.  
  6.  
  7.  
  8.  /* DEFINES
  9.   *=========================================================================
  10.   */
  11.  
  12.  /* PROTOTYPES
  13.   *=========================================================================
  14.   */
  15. void    Set_Keybell( void );
  16. void    Get_Keybell( void );
  17. void    Keybell_Update( void );
  18. long    get_noise( void );
  19. long    set_noise( void );
  20. void    keybell_handle( int base, int *var );
  21. void    Kbell_Redraw( void );
  22.  
  23.  
  24.   
  25.  /* EXTERNS
  26.   *=========================================================================
  27.   */
  28.